home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-2.iso / bbs / mxl214b.zip / ERRLIST.DOC < prev    next >
Text File  |  1996-01-01  |  3KB  |  98 lines

  1.                       ------------------------
  2.                        MaxList Error messages
  3.                       ------------------------
  4.  
  5.     MaxList is able, to detect errors and handle it.
  6.     At this situations, MaxList will stop the processing and gives a
  7.     message to the user, which contains the type of error.
  8.     Is 'LogFile' defined, the errornumber also is written into this file.
  9.     
  10.     If a fatal error occurs, MaxList will display following message:
  11.  
  12.         Runtime Error ## at Addr ssss:oooo
  13.         <Errormessage>
  14.  
  15.     At which '##' is the number of error, 'ssss' the segment address and
  16.     'oooo' the offset at where the error occurs.
  17.  
  18.     By errors, which not guarantee a normaly processing, MaxList will stop
  19.     with a message at follwing:
  20.  
  21.        Error ## <Errormessage>
  22.  
  23.     If a error in the configutation occurs, the sourceline also is displayed
  24.     as following:
  25.  
  26.       [nnnn] <Illegal or bad line in configuration>
  27.                                   ^
  28.     Which [nnnn] contains the line nummer and the marker (^) presents the
  29.     position of bad token, so MaxList can reach out.
  30.  
  31.  
  32.     Error messages:
  33.     --------------
  34.  
  35.       1 : Invalid functions number
  36.       2 : File not found
  37.       3 : Path not found
  38.       4 : Too many open files
  39.       5 : File access denied
  40.       6 : Invalid file handle
  41.      12 : Invalid file access mode
  42.      15 : Ivalid drive number
  43.      16 : Cannot remove current directory
  44.      17 : Cannot rename across drives
  45.      18 : No more files
  46.      50 : Cannot open sourcefile for copy
  47.      51 : Not enough space on Disk
  48.      52 : Cannot create destination file for copy
  49.      53 : Cannot rename file
  50.      54 : Cannot create file
  51.      55 : Cannot create path
  52.     100 : Disk read error
  53.     101 : Disk write error
  54.     102 : File not assigned
  55.     103 : File not open
  56.     104 : File not open for input
  57.     105 : File not open for output
  58.     106 : Invalid numeric format
  59.     150 : Disk is write protected
  60.     151 : Unknown unit
  61.     152 : Drive not ready
  62.     154 : CRC error in data
  63.     156 : Disk seek error
  64.     157 : Unknown media type
  65.     158 : Sector not found
  66.     159 : Printer out of paper
  67.     160 : Device write fault
  68.     161 : Device read fault
  69.     162 : Hardware failure
  70.     200 : Division by zero
  71.     201 : Range check error
  72.     202 : Stack overflow error
  73.     203 : Heap overflow error
  74.     204 : Invalid pointer operation
  75.     205 : Floating point overflow
  76.     206 : Floating point underflow
  77.     207 : Invalid floating pointer operation
  78.     216 : General Protection fault
  79.     240 : Invalid or unknow parameter in configuration
  80.     241 : ENDIF without IF
  81.     242 : ELSEIF without IF
  82.     243 : Invalid or missing Define- or Environment variable
  83.     244 : Invalid Fontfile
  84.     245 : Old Font version. Please read Doc's!
  85.     246 : No listfile defined
  86.     247 : Missing MaxAreaFile
  87.     248 : FileDivisonEnd without Begin
  88.     249 : Not supported keyword
  89.     250 : Unexpected end of file. FileDivison not closed !
  90.     251 : Illegal directory ()
  91.     252 : Cannot find configfile ()
  92.     253 : User break
  93.     ??? : Unknown error
  94.  
  95. ----------------------------------------------------------------------------
  96. MAXLIST v2.14 (c) by Wilfried Brinkmann, GERMANY            Fido 2:2444/2050
  97. ----------------------------------------------------------------------------
  98.